text/template.state.setVar (method)
5 uses
text/template (current package)
exec.go#L65: func (s *state) setVar(name string, value reflect.Value) {
exec.go#L369: s.setVar(r.Pipe.Decl[0].Ident[0], index)
exec.go#L371: s.setVar(r.Pipe.Decl[0].Ident[0], elem)
exec.go#L381: s.setVar(r.Pipe.Decl[1].Ident[0], elem)
exec.go#L540: s.setVar(variable.Ident[0], value)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)